runtime.interfacetype.typ (field)

9 uses

	runtime (current package)
		iface.go#L31: 	return uintptr(inter.typ.hash ^ typ.hash)
		iface.go#L44: 		name := inter.typ.nameOff(inter.mhdr[0].name)
		iface.go#L45: 		panic(&TypeAssertionError{nil, typ, &inter.typ, name.name()})
		iface.go#L92: 	panic(&TypeAssertionError{concrete: typ, asserted: &inter.typ, missingMethod: m.init()})
		iface.go#L210: 		itype := inter.typ.typeOff(i.ityp)
		iface.go#L211: 		name := inter.typ.nameOff(i.name)
		iface.go#L424: 		panic(&TypeAssertionError{nil, nil, &inter.typ, ""})
		iface.go#L451: 		panic(&TypeAssertionError{nil, nil, &inter.typ, ""})
		type.go#L343: 	typ     _type